|
|
|
|
SelectionOutlineBorder Property, SftTree Class |
Defines the outer border of the selection outline.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionOutlineBorder As Color |
C# |
public Color SelectionOutlineBorder { get; set; } |
C++ |
public: property Color SelectionOutlineBorder { |
Property Value
The border color.
The default value is Color.DeepSkyBlue.
Comments
The SelectionOutlineBorder property defines the outer border of the selection outline.
This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.